Release 0.2.5 #255
Conversation
|
Could someone review this? @TeresiaOlsson @kparasch @GamelinAl It's just a changelog to make a new release. JLP create a 0.2.5 tag but I don't think it was actually released. There's no release on GitHub and I quickly checked that pip install 0.1.1 version (which is very wrong) |
|
There is a release of version 0.2.5 on PyPi from 4 May: https://pypi.org/project/accelerator-middle-layer/ As far as I know our Github workflows don't make release notes or releases on Github. They only build and publish the package to PyPi. I think that is an issue and should be fixed. A proper release workflow should make a release on Github first and then publish to PyPi. In issue #210 I had to make the release on Github manually. So perhaps you can add the missing part in the workflow as part of this PR? |
|
I think it's also not a good solution to have a CHANGELOG.md file. It is better to have Github automatically generate the release notes or alternatively have the workflow make a draft and then add the changelog manually to the release notes. The changelog is then part of the release and not a file that needs to be kept in version control and manually updated every time a release is done. |
New Features
Bug Fixes
Refactoring / Cleanup
Examples & Docs